Independent Chart
Sometimes you want a independent chart, needn't show it's data nor print, can use CELL to do this?
Yes, set page label, scroll bar, col label and row label invisible, set rows & cols to 1, set read-only TRUE, set current cell mode(without frame), set row height and col width, then input chart data, you get it.
It looks like this if you use IE4 and register CELL Control successfully.
The chart guide will show if you double click the chart, how to disable it? Find the code: OnAllowChartGuideVBS(col, row, allow) ( change allow = 1 ==> allow = 0 )
The following is the equivalent picture if you use Netscape or do not register CELL Control properly.